Skip to content

[18.0][FWP] connector_extension#892

Open
deeniiz wants to merge 69 commits into18.0from
18.0-fwp-connector_extension
Open

[18.0][FWP] connector_extension#892
deeniiz wants to merge 69 commits into18.0from
18.0-fwp-connector_extension

Conversation

@deeniiz
Copy link
Copy Markdown
Collaborator

@deeniiz deeniiz commented Apr 15, 2026

No description provided.

KNVx and others added 30 commits March 31, 2026 16:48
…nk.importer and direct.chunk.importer are used instead of chunk.delayed.importer and chunk.direct.importer + chunk delayed disabled, enable again
…e backends some registers are not imported due to erratic backend behaviour
…rt, _should_import and _force_binding_creation)
…on takes a domain and return the same domain without spaces.
KNVx and others added 27 commits March 31, 2026 16:48
…ternal object after odoo unlink and base unlink
… dependencies once even when dependencies has binding
Add optional user_id field on the backend to define a default user
for all operations. Override work_on to switch to this user before
creating the WorkContext, ensuring all components, record creation,
and child jobs run under the configured user context. This prevents
records from being created under the session user when imports are
triggered manually from the backend form.
External systems may have a server timezone different from the data
timezone. For example, a Portuguese healthcare system (data TZ) hosted
on a Spanish server (server TZ). Technical timestamps like modification
dates follow the server TZ, while business data follows the data TZ.

Add a mandatory server_tz field and server_tz_to_utc/utc_to_server_tz
methods. Extract _convert_tz static helper to avoid code duplication
across all conversion methods. Rename tz_to_local to utc_to_local for
clarity, keeping tz_to_local as a deprecated alias.
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 15, 2026

Codecov Report

❌ Patch coverage is 43.47826% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 30.23%. Comparing base (e028182) to head (39cb1d1).

Files with missing lines Patch % Lines
connector_extension/models/backend/backend.py 43.47% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             18.0     #892      +/-   ##
==========================================
+ Coverage   29.76%   30.23%   +0.46%     
==========================================
  Files          17       17              
  Lines        1233     1247      +14     
  Branches      252      253       +1     
==========================================
+ Hits          367      377      +10     
- Misses        866      870       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@deeniiz deeniiz requested a review from eantones April 15, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants